home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / math / ols.zoo / stdlib.rep < prev    next >
Text File  |  1993-04-15  |  237b  |  13 lines

  1.  
  2. extern double atof(const char *);
  3.  
  4. extern void  free (void *);
  5. extern void *malloc (unsigned int); 
  6. extern void *realloc(void *, unsigned int);
  7.  
  8. extern void exit(int);
  9. extern int system(const char *);
  10.  
  11. extern int abs(int);
  12.  
  13.